* {
    list-style: none;
}

@font-face {
    font-family: myfont;
    src: url(../fonts/Latinotype - NewslabBook.otf);
    font-weight: 400;
}

@font-face {
    font-family: myfonta;
    src: url(../fonts/hylxtj.ttf);
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.in_top {
    width: 100%;
    height: 133px;
    margin: auto;
}

.navbox {
    background-color: #333333;
    width: 100%;
    margin: auto;
    z-index: 9999;
}

.in_nav {
    background-color: #333333;
    padding: 0;
    height: 4.75em;
    margin-bottom: 0;
    border: none;
}

.in_nav_ul {
    float: none;
    background-color: #333333;
}

.in_cph {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 300;
    font-size: 26px;
    color: #333333;
}

.in_c:hover {
    background-color: #970102;
}

.in_hover:hover ul{
    display: block;
    transition: all 0.3s;
}

.min_bt {
    display: none;
}

.dropdown:hover {
    background-color: #970102;
}

.logo_img {
    margin-top: 25px;
}

.logo_h {
    margin-top: 33px;
}

.logo_h h2 {
    font-size: 30px;
    font-family: "myfonta";
    color: black;
    font-weight: normal;
    margin: 0;
}

.logo_h h3 {
    font-size: 30px;
    font-family: "myfonta";
    color: #c30d02;
    font-weight: normal;
    margin: 0;
}

.in_r {
    margin-top: 45px;
}

.in_r li:first-child {
    font-size: 16px;
}

.in_r li:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #c30d02;
}

.in_ul {
    width: 180px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

.dh {
    float: right;
}

.pho_img {
    display: none;
}

.f_l {
    width: 100%;
    margin: auto;
}

.f_l img {
    width: 100%;
    height: auto;
    margin: auto;
}

.cpbox {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.py_y {
    text-align: center;
}

.py_y a {
    transition: all 0.8s;
}

.py_y a:hover {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.cp_mar {
    margin-top: 5px;
}

.cp_k {
    position: relative;
    overflow: hidden;
    /*background-color: #eaeaea;*/
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
}

.cp_hk {
    width: 80%;
    height: 200px;
    position: absolute;
    background-color: rgba(255, 127, 80, 0.65);
    top: 20px;
    left: -100%;
    overflow: hidden;
    transition: all 0.8s;
}

.cp_hk > h1 {
    font-size: 48px;
    text-align: center;
    line-height: 150px;
    color: white;
    font-family: "myfonta";
    opacity: 1;
}

.cp_mar:hover .cp_hk {
    left: 10%;
    transition: all 0.5s;
}

.caption > h3 {
    text-align: center;
}

.aa a {
    color: #999;
}

.cat_h {
    font-size: 2.5em;
    text-align: center;
    color: #989898;
    margin-top: 4em;
    margin-bottom: 0;
    font-weight: normal;
}

.cat_h_m {
    padding-left: 1.2em;
    padding-right: 1.2em;
    background-color: #fff;
    font-weight: normal;
    margin-top: -0.7em;
    color: #989898;
    margin-bottom: 1.5em;
}

.cat_k {
    border: 1px solid #989898;
    height: 150px;
    margin-left: 46.25px;
    margin-right: 46.25px;
    text-align: center;
}

.mar_b {
    margin-bottom: 2em;
    margin-top: 5em;
}

.cat_k span {
    color: #989898;
}

.cat_map {
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.bac_col_no {
    background-color: white;
}

.f_col {
    color: #fc5a0a;
}

.ab_jrbox {
    background-image: url(../images/jr.jpg);
    width: 100%;
    min-height: 450px;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 2px;
}

.ab_jr {
    min-height: 450px;
    background: rgba(0, 0, 0, .5);
}

.ab_jr_l {
    text-align: center;
    margin-top: 8em;
}

.ab_jr_l h2 {
    color: white;
}

.ab_jr_l span {
    color: #eee;
    line-height: 30px;
    font-size: 0.9em;
}

.ab_jr_l a {
    margin-top: 25px;
}

.ab_newbox {
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-image: url(../images/ab_new.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 5px solid #dd3333;
}

.ab_new {
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto;
}

.ab_new_x {
    max-width: 1200px;
    height: auto;
    margin: auto;
}

.mar_zy {
    margin-left: auto;
    margin-right: auto;
}

.ab_new_img {
    padding-top: 40px;
}

.ab_new_img li {
    max-width: 600px;
    max-height: 320px;
    overflow: hidden;
    float: right;
}

.ab_new_img_a {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    color: #eaeaea;
}

.ab_new_btn {
    width: 9em;
    height: 2.5em;
    float: right;
    margin-top: 40px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s;
}

.heng {
    width: 1.2em;
    height: 0.1em;
    background-color: white;
    display: block;
    position: relative;
    left: -50%;
    margin-left: -0.6em;
    top: 50%;
    margin-top: -0.05em;
    opacity: 0;
    transition: all 1.2s;
}

.shu {
    width: 0.15em;
    height: 1.2em;
    background-color: white;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -0.05em;
    top: -100%;
    margin-top: -0.6em;
    opacity: 0;
    transition: all 1.2s;
}

.ab_new_img:hover .heng {
    left: 50%;
    margin-left: -0.6em;
    top: 50%;
    margin-top: -0.05em;
    opacity: 1;
    transition: all 0.6s;

}

.ab_new_img:hover .shu {
    left: 50%;
    margin-left: -0.05em;
    top: 50%;
    margin-top: -0.6em;
    opacity: 1;
    transition: all 0.6s;

}

.ab_new_img:hover .ab_new_btn {
    margin-top: 10px;
    opacity: 1;
    transition: all 0.3s;
}

.ab_new_img:hover .ab_new_img_a > a {
    color: white;
}

.ab_new_xs {
    margin-top: 30px;
}

.ab_new_yxs {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #eaeaea;
}

.ab_new_yxs:last-child {
    border-bottom: 1px solid #eaeaea;
}

.ab_new_yxs h2 {
    font-size: 1.5em;
    color: #eaeaea;
    transition: all 0.5s;
}

.ab_new_yxs:hover h2 {
    color: #ac2925;
    transition: all 0.3s;
}

.ab_new_yxs p {
    font-size: 1em;
    color: #cccccc;
}

.ab_new_sj {
    font-size: 1.5em;
    color: #eaeaea;
    font-family: "myfont";
}

.ab_new_b {
    font-size: 1.5em;
    color: #eaeaea;
    line-height: 1em;
    margin-top: 25px;
    transition: all 0.5s;
}

.ab_new_yxs:hover .ab_new_b {
    border-left: 1px solid #eaeaea;
    padding-left: 15px;
    transition: all 0.3s;
}

/*首页简介盒子*/
#in_box {
    margin-top: -140px;
}

.in_box_bt_t {
    background-color: #666666;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.9em;
    line-height: 3em;
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.in_box_bt_cur {
    background-color: #d33335;
    color: white;
}

.in_box_concat {
    background-color: white;
    height: 0;
    display: none;
}

.in_this {
    height: 300px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
}

.in_heng {
    margin-top: 50px;
}

.in_heng p {
    font-size: 1.2em;
    line-height: 2em;
}

.cpml {
    position: relative;
}

.cpml img {
    max-width: 50%;
    transform: skew(-45deg);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.cpml a {
    margin-top: 240px;
}

.in_ss {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #dd3333;
    margin-top: 15px;
    margin-left: 25px;
}

.in_ss_s {
    letter-spacing: 0px;
    margin: 10px 0px 5px 10px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 28px;
}

.in_ss_txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.sccj img {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
}

.in_xj a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #dd3333;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 800;
    padding-left: 30px;
    transition: all 0.5s;
}

.in_xj a:hover {
    color: #333333;
    transition: all 0.3s;
}

.in_xj_img img {
    max-width: 100%;
    width: 260px;
    margin-top: 20px;
    float: right;
    margin-right: 50px;
}

.abab img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gd_txt{
	padding-left: 1.5%;
    padding-right: 2%;
    font-size: 15px;
    color: #666666;
	width: 100%;
	height: 300px;
	resize:none;
}

/*产能*/
.cnbox {
    margin-top: 30px;
    padding: 0;
}

.cn_d {
    background-color: #d33335;
    width: 22.66%;
    height: 112px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.cn_d img {
    margin-top: 35px;
    float: left;
}

.cn_d ul {
    float: left;
    padding-left: 30px;
    margin-top: 10px;
}

.cn_d ul h2 {
    color: white;
    font-weight: 800;
}

.cn_d ul li {
    font-size: 18px;
    color: white;
    font-weight: bold;
}



/*标题*/
.btbox {
    margin-top: 80px;
    margin-bottom: 45px;
    text-align: center;
}

.btbox h2 {
    font-size: 45px;
    font-weight: 800;
}

.btbox li {
    font-size: 30px;
    text-transform: uppercase;
    color: #d33335;
}

.flbox {
    text-align: center;
}

.flbox a {
    font-size: 1.2em;
    line-height: 45px;
    margin: auto 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666666;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    transition: all 0.5s;
}

.flbox a:hover {
    background-color: #d33335;
    color: white;
    border: 1px solid #d33335;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

/*与众不同*/
.not_cc {
    background-image: url("../images/yzbt.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 610px;
}

.not_cc h2 {
    margin-top: 108px;
    font-size: 2em;
    color: white;
}

.not_cc li {
    font-size: 1.2em;
    color: white;
}

.yz_d {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: center;
}

.yz_d img {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 220px;
    float: none;
}

.yz_d ul {
    float: none;
    padding-left: 0;
    margin-top: 25px;
}

/*新闻标题*/
.newbox {
    margin-bottom: 110px;
}

.new_bt h2 {
    font-size: 1.6em;
    color: #d33335;
}

.new_bt li {
    font-size: 1.5em;
    color: #666666;
}

.new_bt div {
    height: 1px;
    background-color: #eaeaea;
}

.new_bt span {
    width: 65px;
    height: 5px;
    display: inline-block;
    background-color: #666666;
    position: relative;
    top: -13px;
}

.cp_k_k {
    background-color: #eaeaea;
}

.new {
    margin-top: 50px;
    margin-bottom: 10px;
}

.new_b h3 {
    text-align: left;
    color: #666666;
    transition: all 0.5s;
}

.new_b h3:hover {
    color: #d33335;
    transition: all 0.3s;
}

.new_more {
    text-align: right;
}

.new_more a {
    transition: all 0.5s;
}

.new_more a:hover {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.3);
}

.new_d {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.5s;
}

.new_d:hover {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

/*新闻*/
.new_d_b h3 {
    color: #d33335;
    font-size: 1.5em;
}

.new_d_b p {
    width: 60%;
    height: 1px;
    background-color: #333333;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new_d_b a {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    color: #666666;
    line-height: 2.2em;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.new_d_b a:hover {
    color: #d33335;
    transition: all 0.3s;
}

.new_a a {
    background-color: #333333;
    border: none;
}

.new_p {
    color: #999999;
}

/*foot*/
.footbox {
    height: auto;
    background-image: url("../images/foot.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.boot_fs {
    font-size: 30px;
    color: #eaeaea;
    top: 40px;
}

.foot_u {
    font-size: 14px;
    color: #eaeaea;
}

.foot_h {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin-top: 40px;
}

.foot_j {
    margin-top: 20px;
}

.foot_j h2 {
    font-size: 18px;
    color: #ffffff;
}

.foot_j a {
    font-size: 14px;
    color: #eaeaea;
    display: inline-block;
    width: 100%;
    line-height: 35px;
    margin-bottom: 5px;
}

.foot_r {
    margin-top: 20px;
}

.foot_r h2 {
    color: #ffffff;
    font-size: 18px;
}

.foot_r_l {
    margin-top: 35px;
}

.wxmbox {
    margin-top: 60px;
    text-align: center;
}

.wxmbox img {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wxmbox span {
    color: #eaeaea;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.foot_b_l {
    font-size: 14px;
    line-height: 55px;
    color: #eaeaea;
}

.foot_b_r {
    line-height: 55px;
    color: #eaeaea;
    text-align: right;
}

.foot_b_r a {
    color: #eaeaea;
}

.foot-sjbox{
	display: none;
	position: fixed;
    bottom: 0;
    background-color: #970102;
    text-align: center;
	width: 100%;
}
.foot-sj a{
	color: white;
    line-height: 35px;
    font-weight: bold;
}

/*TOP*/
.topbox {
    font-size: 45px;
    color: #d33335;
    border: 1px solid #d33335;
    background-color: #eaeaea;
    border-radius: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 40px;
    top: auto;
    transition: all 0.8s;
}

.topbox:hover {
    background-color: #d33335;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

/*页码*/
.py_b {
    text-align: center;
}

.py_b a {
    color: #d33335;
}
.pagination .Total.record{display:none;}
.pagination > b {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #b33335;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    border: 1px solid #b33335;
}
.pagination a {
position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	}
/*内页标题*/
.ny_bt span {
    padding-left: 15px;
    padding-right: 15px;
    color: #999999;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*内页内容*/
.conbox {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.conbox img {
    max-width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.conbox p {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

/*上一页下一页*/
.pnbox a {
    color: #666666;
    transition: all 0.5s;
}

.pnbox a:hover {
    color: white;
    background-color: #b33335;
    border: 1px solid #b33335;
    transition: all 0.3s;
}

/*地图*/
#allmap {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

/*视频*/
.spbox{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.spbox iframe{
    height: 640px;
}

/*图*/
.cp_img{
    max-width: 100%;
    height: 240px;
    overflow: hidden;
    margin: auto;
}
.cp_img img{
    max-width: 100%;
    max-height: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.zz_img{
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    margin: auto;
}
.zz_img img{
    max-width: 100%;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.img_k{
    height: 145px;
}
.pp_img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pp_img img{
    max-width: 98%;
    margin: auto;
    display: block;
}

@media (max-width: 1700px) {
    .cn_d {
        width: 22.6%;
    }

    .cn {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .lb_no {
        display: none;
    }

    .in_qp {
        padding-left: 10px;
        padding-right: 10px;
    }

    .in_qph {
        width: 120px;
        top: 60%;
        font-size: 1.1rem;
    }

    .in_bz {
        width: 50%;
        float: left;
        padding: 0;
    }

    .in_height {
        height: 528px;
        background-color: white;
    }

    .in_cph {
        font-size: 1.1rem;
        text-align: center;
    }

    .pho_img {
        width: 100%;
        display: block;
    }

    .pho_img img {
        width: 100%;
        height: auto;
    }

    .cat_h {
        margin-top: 1em;
    }

    .mar_b {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
    }

    .cat_k {
        margin-top: 3em;
        margin-left: 30.25px;
        margin-right: 30.25px;
    }
}

@media (max-width: 414px) {
    ul.navbar-nav > li {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0 15px;
        width: auto;
        text-align: center;
    }

    .min_bt {
        color: #970102;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
        display: block;
    }

    .in_r {
        display: none;
    }

    .in_top {
        height: 100px;
    }

    .logo_h {
        display: none;
    }

    .logo_img {
        margin-top: 10px;
    }

    .in_nav {
        height: 3.75em;
    }

    .in_nav_ul {
        padding-left: 0;
    }

    #in_box {
        margin-top: -10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .in_box_bt_t {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.96em;
        line-height: 3em;
        cursor: pointer;
        margin-top: 5px;
        border-right: 1px solid white;
        border-left: 1px solid white;
    }

    .in_this {
        height: auto;
    }

    .in_heng {
        margin-top: 20px;
    }

    .cn_d {
        background-color: #d33335;
        width: 98%;
        height: 112px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
        box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    }

    .cn_d img {
        padding-left: 0;
    }

    .flbox a {
        width: 45%;
        margin-bottom: 5px;
    }

    .btbox {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .cpbox {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ccbox {
        margin-top: -30px;
    }

    .yz_d {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        width: 42%;
        height: auto;
        margin-left: 4%;
        margin-right: 4%;
        float: left;
    }

    .not_cc h2 {
        margin-top: 25px;
    }

    .newbox {
        margin-bottom: 20px;
    }

    .footbox {
        height: auto;
        /*background-image: none;*/
        background-repeat: repeat-y;
    }

    .foot_b_r {
        text-align: left;
    }

    .foot_b_r a {
        display: inline-block;
        width: 80%;
    }

    .topbox {
        display: none;
    }

    .cpml {
        position: relative;
        text-align: center;
    }

    .cpml img {
        max-width: 100%;
        transform: skew(0deg);
        box-shadow: none;
        margin-top: 10px;
    }

    .cpml a {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .in_xj_img img {
        max-width: 100%;
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cp_k_k {
        background-color: white;
    }

    .btbox h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .ny_bt span {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cn_img img{
        padding-left: 30px;
    }
    .spbox iframe{
        height: 218px;
    }
	.foot-sjbox{
		display: block;
	}
}
